@media (max-width: 1026px) {

    .navbar-light .navbar-nav .show>.nav-link,
    .navbar-light .navbar-nav .nav-link {
        color: rgb(255, 255, 255);
        font-size: 15px;
    }

    .navbar .dropdown-menu .dropdown-item {
        font-size: 12px;
    }

    .ok-hot-topics-top .ok-container .hot-topic-tag-wrapper {
        margin-right: 0px;
    }

    .ok-top-search {
        min-width: 290px;
    }

    .news-short h2 a:after {
        content: "";
        display: block;
        width: 120px;
        height: 4px;
        background: var(--secondary-color);
        left: 18%;
        top: 50%;
        position: absolute;
    }

    .multiple-news h2 a:after {
        content: "";
        display: block;
        width: 120px;
        height: 4px;
        background: var(--secondary-color);
        left: 22%;
        top: 50%;
        position: absolute;
    }
}

@media (max-width: 769px) {
    .flx {
        flex-wrap: wrap;
    }

    .ok-hot-topics-top .ok-container .hot-topic-tag-wrapper {
        padding: 10px;
    }

    .ok-hot-topics-top .ok-smart-search {
        margin-left: 0;
        margin: 20px auto;
    }

    .navbar-light .navbar-toggler {
        opacity: 0;
        visibility: hidden;
    }

    .main-news-first-start h2 a {
        font-size: 40px;
    }

    .news-short h2 a:after {
        content: "";
        display: block;
        width: 120px;
        height: 4px;
        background: var(--secondary-color);
        left: 23%;
        top: 50%;
        position: absolute;
    }

    .news-short-ads {
        display: none;
    }

    .multiple-news h2 a:after {
        content: "";
        display: block;
        width: 120px;
        height: 4px;
        background: var(--secondary-color);
        left: 30%;
        top: 50%;
        position: absolute;
    }

    .news-short-inner-left {
        margin-bottom: 25px;
    }

    .footer-img img {
        width: 75%;

    }

    .added-top h2 a {
        font-size: 20px;
    }

    .added-top h2 a:after {
        display: none;
    }

    .short-news-image {
        margin-right: 5px;
    }

    .short-news-desc h6 {

        font-size: 14px;
        line-height: 22px;
    }

    .news-short-inner-left a p,
    .short-news a .short-news-desc .author-date p,
    .short-news a .short-news-desc .author-date i {
        font-size: 14px;
    }

    .news-short-inner-left,
    .short-news-div {
        padding: 10px;
    }
}

@media (max-width: 426px) {
    .logo-bar-wrapper {
        flex-wrap: wrap;
    }

    .navbar {
        padding: 5px;
    }

    .ok-hot-topics-top .ok-container .hot-topic-tag-wrapper {
        display: none;
    }

    .ok-hot-topics-top .ok-smart-search {
        margin-left: 0;
        margin: 0px auto;
    }

    .main-news-first-start h2 a {
        font-size: 30px;
    }



    .news-short h2 a:after {
        content: "";
        display: block;
        width: 120px;
        height: 4px;
        background: var(--secondary-color);
        left: 41%;
        top: 50%;
        position: absolute;
    }

    .multiple-news h2 a:after {
        content: "";
        display: block;
        width: 120px;
        height: 4px;
        background: var(--secondary-color);
        left: 52%;
        top: 50%;
        position: absolute;
    }

    .pic-des img {
        height: auto;

    }
}

@media (max-width: 376px) {
    .main-news-first-start h2 a {
        font-size: 25px;
    }

    .news-image img {
        height: 40vh;
    }
}

@media (max-width: 321px) {

    .author .author-image img {
        height: 25px;
        width: 25px;
        margin-right: 10px;
    }
}


@media (max-width: 425px){
    .news-extended{
        margin-top: 12px;
    }
    .owl-prev,
    .owl-next{
        visibility: hidden;
    }
    .heading h1 {
        color: #fff;
        width: inherit;
        font-size: 2rem;
        padding: 0.5rem;
        padding-left: 1.5rem;
        background-color: var(--primary-color);
        clip-path: polygon(0 0, 55% 0, 100% 100%, 0% 100%);
}
